home *** CD-ROM | disk | FTP | other *** search
/ Space Shuttle - The First 100 Flights / Space Shuttle - The First 100 Flights.iso / trivia.dir / 00010_Script_10 < prev    next >
Text File  |  2000-11-09  |  193b  |  8 lines

  1. on exitFrame me
  2.   global gTheAnswer
  3.   put "" into gTheAnswer
  4.   repeat with n = 24 to 31
  5.     set the visible of sprite n to false
  6.   end repeat
  7.   set the text of member "clock" to "30"
  8. end